{% extends 'base.html' %} {% block title %}Edit Sushi{% endblock %} {% block content %} {# Doing a bit of shenanigan, and using the same form for create and edit #} {# `if` statements in Jinja are explained here: https://jinja.palletsprojects.com/en/2.11.x/templates/#tests #}
The chosen action for the page is: {{ action }}
The value of the action variable is defined in flask_app.py